home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 039a / blkade11.zip / RUNDEMO.BAT < prev    next >
DOS Batch File  |  1991-09-08  |  309b  |  18 lines

  1.  demo /F /O
  2.  waitfor 5
  3.  cls
  4. rem              Brand (initialize) it so blockade() will work
  5.  brand demo
  6.  waitfor 5
  7.  cls
  8. rem              Show the results on a clean file
  9.  demo
  10.  waitfor 5
  11.  cls
  12. rem             Show the results on a corrupted file
  13.  demo /C
  14. rem             end of demo file...
  15.  
  16.  
  17.  
  18.